home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / libelf-0.5 / libelf-0 / libelf-0.5.2 / config.h.in < prev    next >
Encoding:
Text File  |  1995-10-21  |  1.1 KB  |  44 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define to empty if the keyword does not work.  */
  4. #undef const
  5.  
  6. /* Define to `long' if <sys/types.h> doesn't define.  */
  7. #undef off_t
  8.  
  9. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  10. #undef size_t
  11.  
  12. /* Define if you have the ANSI C header files.  */
  13. #undef STDC_HEADERS
  14.  
  15. /* Define if memmove() does not copy overlapping arrays correctly */
  16. #undef HAVE_BROKEN_MEMMOVE
  17.  
  18. /* Define if you have the memset function.  */
  19. #undef HAVE_MEMSET
  20.  
  21. /* Define if NLS is available and you want to include it */
  22. #undef HAVE_NLS
  23.  
  24. /* Define if struct nlist is declared in <elf.h> or <sys/elf.h> */
  25. #undef HAVE_STRUCT_NLIST_DECLARATION
  26.  
  27. /* Define if Elf32_Dyn is declared in <link.h> */
  28. #undef NEED_LINK_H
  29.  
  30. /* Define if you have the ftruncate function.  */
  31. #undef HAVE_FTRUNCATE
  32.  
  33. /* Define if you have the memcmp function.  */
  34. #undef HAVE_MEMCMP
  35.  
  36. /* Define if you have the memcpy function.  */
  37. #undef HAVE_MEMCPY
  38.  
  39. /* Define if you have the memmove function.  */
  40. #undef HAVE_MEMMOVE
  41.  
  42. /* Define if you have the <unistd.h> header file.  */
  43. #undef HAVE_UNISTD_H
  44.